Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
9 | 0 | 0 | 624 |
Files
com/imcode/ant/tasks/Cat.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Using the '.*' form of import should be avoided - java.util.*. |
4
|
| Using the '.*' form of import should be avoided - org.apache.tools.ant.*. |
6
|
| Using the '.*' form of import should be avoided - org.apache.tools.ant.types.*. |
7
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
16
|
| Missing a Javadoc comment. |
18
|
| Missing a Javadoc comment. |
19
|
| Missing a Javadoc comment. |
21
|
| Name 'ORDER_BY_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
21
|
| Missing a Javadoc comment. |
23
|
| 'static' modifier out of order with the JLS suggestions. |
23
|
| Line has trailing spaces. |
27
|
| Method 'setAppend' is not designed for extension - needs to be abstract, final or empty. |
30
|
| '(' is followed by whitespace. |
30
|
| Parameter v should be final. |
30
|
| ')' is preceded with whitespace. |
30
|
| First sentence should end with a period. |
34
|
| Line has trailing spaces. |
36
|
| Method 'setDestFile' is not designed for extension - needs to be abstract, final or empty. |
39
|
| '(' is followed by whitespace. |
39
|
| Parameter argDestFile should be final. |
39
|
| ')' is preceded with whitespace. |
39
|
| First sentence should end with a period. |
43
|
| Line has trailing spaces. |
45
|
| Method 'setOrderBy' is not designed for extension - needs to be abstract, final or empty. |
48
|
| '(' is followed by whitespace. |
48
|
| Parameter argOrderBy should be final. |
48
|
| ')' is preceded with whitespace. |
48
|
| Method 'addFileset' is not designed for extension - needs to be abstract, final or empty. |
55
|
| '(' is followed by whitespace. |
55
|
| Parameter set should be final. |
55
|
| Expected @param tag for 'set'. |
55
|
| ')' is preceded with whitespace. |
55
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. |
62
|
| '(' is followed by whitespace. |
62
|
| Parameter verbose should be final. |
62
|
| Expected @param tag for 'verbose'. |
62
|
| ')' is preceded with whitespace. |
62
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| Method 'setFiltering' is not designed for extension - needs to be abstract, final or empty. |
73
|
| '(' is followed by whitespace. |
73
|
| Parameter filtering should be final. |
73
|
| 'filtering' hides a field. |
73
|
| Expected @param tag for 'filtering'. |
73
|
| ')' is preceded with whitespace. |
73
|
| Method 'setOverwrite' is not designed for extension - needs to be abstract, final or empty. |
80
|
| '(' is followed by whitespace. |
80
|
| Parameter overwrite should be final. |
80
|
| Expected @param tag for 'overwrite'. |
80
|
| ')' is preceded with whitespace. |
80
|
| First sentence should end with a period. |
84
|
| Expected an @return tag. |
87
|
| Method 'createFilterSet' is not designed for extension - needs to be abstract, final or empty. |
87
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Redundant throws: 'BuildException' is unchecked exception. |
93
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| '(' is followed by whitespace. |
110
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| Line is longer than 80 characters. |
111
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| Expected an @return tag. |
118
|
| Expected @throws tag for 'IOException'. |
118
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| Line is longer than 80 characters. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| Line is longer than 80 characters. |
124
|
| '(' is followed by whitespace. |
124
|
| ')' is preceded with whitespace. |
124
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '(' is followed by whitespace. |
146
|
| '(' is followed by whitespace. |
146
|
| Avoid inline conditionals. |
147
|
| Line is longer than 80 characters. |
148
|
| ')' is preceded with whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '(' is followed by whitespace. |
153
|
| ')' is preceded with whitespace. |
153
|
| First sentence should end with a period. |
157
|
| Expected an @return tag. |
160
|
| Line is longer than 80 characters. |
164
|
| '(' is followed by whitespace. |
164
|
| ';' is followed by whitespace. |
164
|
| 'cast' is not followed by whitespace. |
165
|
| '(' is followed by whitespace. |
166
|
| ')' is preceded with whitespace. |
166
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| '(' is followed by whitespace. |
173
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| '(' is followed by whitespace. |
181
|
| ')' is preceded with whitespace. |
181
|
| '(' is followed by whitespace. |
182
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| Line is longer than 80 characters. |
183
|
| '(' is followed by whitespace. |
183
|
| ')' is preceded with whitespace. |
183
|
| Line is longer than 80 characters. |
185
|
| Line is longer than 80 characters. |
186
|
| '(' is followed by whitespace. |
186
|
| ')' is preceded with whitespace. |
186
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| '(' is followed by whitespace. |
195
|
| ')' is preceded with whitespace. |
195
|
| Expected an @return tag. |
205
|
| '(' is followed by whitespace. |
208
|
| ')' is preceded with whitespace. |
208
|
| '(' is followed by whitespace. |
209
|
| ')' is preceded with whitespace. |
209
|
| Line is longer than 80 characters. |
211
|
| '(' is followed by whitespace. |
211
|
| ';' is followed by whitespace. |
211
|
| Line is longer than 80 characters. |
212
|
| '(' is followed by whitespace. |
212
|
| 'cast' is not followed by whitespace. |
212
|
| ')' is preceded with whitespace. |
212
|
| First sentence should end with a period. |
217
|
| Line is longer than 80 characters. |
220
|
| '(' is followed by whitespace. |
220
|
| Parameter srcFiles should be final. |
220
|
| Expected @param tag for 'srcFiles'. |
220
|
| Parameter filters should be final. |
220
|
| Expected @param tag for 'filters'. |
220
|
| ')' is preceded with whitespace. |
220
|
| Expected @throws tag for 'IOException'. |
220
|
| Line is longer than 80 characters. |
224
|
| '(' is followed by whitespace. |
224
|
| ';' is followed by whitespace. |
224
|
| 'cast' is not followed by whitespace. |
226
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| '(' is followed by whitespace. |
230
|
| ')' is preceded with whitespace. |
230
|
| First sentence should end with a period. |
236
|
| Line is longer than 80 characters. |
239
|
| '(' is followed by whitespace. |
239
|
| Parameter in should be final. |
239
|
| Expected @param tag for 'in'. |
239
|
| Parameter out should be final. |
239
|
| Expected @param tag for 'out'. |
239
|
| Parameter filters should be final. |
239
|
| Expected @param tag for 'filters'. |
239
|
| ')' is preceded with whitespace. |
239
|
| Expected @throws tag for 'IOException'. |
239
|
| '(' is followed by whitespace. |
240
|
| ')' is preceded with whitespace. |
240
|
| Line is longer than 80 characters. |
242
|
| '(' is followed by whitespace. |
242
|
| '(' is followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| Line is longer than 80 characters. |
243
|
| '(' is followed by whitespace. |
243
|
| '(' is followed by whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| Line is longer than 80 characters. |
245
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| '(' is followed by whitespace. |
246
|
| ')' is preceded with whitespace. |
246
|
| '(' is followed by whitespace. |
249
|
| ')' is preceded with whitespace. |
249
|
| '(' is followed by whitespace. |
250
|
| ')' is preceded with whitespace. |
250
|
| '(' is followed by whitespace. |
260
|
| '(' is followed by whitespace. |
260
|
| '(' is followed by whitespace. |
260
|
| ')' is preceded with whitespace. |
260
|
| ')' is preceded with whitespace. |
260
|
| ')' is preceded with whitespace. |
260
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
com/imcode/ant/tasks/ChecksumFiles.java
Error | Line |
| File does not end with a newline. |
0
|
com/imcode/ant/tasks/ChecksumFiles.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
9
|
| Using the '.*' form of import should be avoided - java.util.*. |
14
|
| Missing a Javadoc comment. |
17
|
| Missing a Javadoc comment. |
19
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
21
|
| ';' is preceded with whitespace. |
21
|
| Missing a Javadoc comment. |
22
|
| Method 'addFileset' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Missing a Javadoc comment. |
24
|
| '(' is followed by whitespace. |
24
|
| Parameter fileSet should be final. |
24
|
| ')' is preceded with whitespace. |
24
|
| '(' is followed by whitespace. |
25
|
| ')' is preceded with whitespace. |
25
|
| Method 'setDestFile' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Missing a Javadoc comment. |
28
|
| '(' is followed by whitespace. |
28
|
| Parameter destFile should be final. |
28
|
| 'destFile' hides a field. |
28
|
| ')' is preceded with whitespace. |
28
|
| Method 'setAppend' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| '(' is followed by whitespace. |
32
|
| Parameter append should be final. |
32
|
| 'append' hides a field. |
32
|
| ')' is preceded with whitespace. |
32
|
| ';' is preceded with whitespace. |
33
|
| Method 'setDigest' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter digest should be final. |
36
|
| 'digest' hides a field. |
36
|
| ';' is preceded with whitespace. |
37
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| '(' is followed by whitespace. |
42
|
| ')' is preceded with whitespace. |
42
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '(' is followed by whitespace. |
44
|
| ';' is followed by whitespace. |
44
|
| 'cast' is not followed by whitespace. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| Missing a Javadoc comment. |
52
|
| '(' is followed by whitespace. |
52
|
| Parameter fileWriter should be final. |
52
|
| ')' is preceded with whitespace. |
52
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| ';' is preceded with whitespace. |
56
|
| Missing a Javadoc comment. |
60
|
| '(' is followed by whitespace. |
60
|
| Parameter destFile should be final. |
60
|
| 'destFile' hides a field. |
60
|
| ')' is preceded with whitespace. |
60
|
| '(' is followed by whitespace. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line is longer than 80 characters. |
68
|
| Missing a Javadoc comment. |
68
|
| '(' is followed by whitespace. |
68
|
| Parameter fileSet should be final. |
68
|
| Parameter destWriter should be final. |
68
|
| Parameter dateFormat should be final. |
68
|
| ')' is preceded with whitespace. |
68
|
| Line is longer than 80 characters. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line is longer than 80 characters. |
71
|
| Line is longer than 80 characters. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| Line is longer than 80 characters. |
75
|
| Missing a Javadoc comment. |
75
|
| '(' is followed by whitespace. |
75
|
| Parameter baseDir should be final. |
75
|
| Parameter relativeFilenames should be final. |
75
|
| Line is longer than 80 characters. |
76
|
| Parameter dateFormat should be final. |
76
|
| Parameter destWriter should be final. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| Line is longer than 80 characters. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| Line is longer than 80 characters. |
83
|
| Missing a Javadoc comment. |
83
|
| '(' is followed by whitespace. |
83
|
| Parameter baseDir should be final. |
83
|
| Parameter relativeFilename should be final. |
83
|
| Parameter dateFormat should be final. |
83
|
| Parameter destWriter should be final. |
84
|
| ')' is preceded with whitespace. |
84
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
87
|
| '32' is a magic number. |
87
|
| ')' is preceded with whitespace. |
87
|
| ';' is preceded with whitespace. |
87
|
| '+' is not preceded with whitespace. |
88
|
| '+' is not followed by whitespace. |
88
|
| ';' is preceded with whitespace. |
88
|
| '8' is a magic number. |
89
|
| ';' is preceded with whitespace. |
89
|
| '(' is followed by whitespace. |
91
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| Line is longer than 80 characters. |
93
|
| '(' is followed by whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| Missing a Javadoc comment. |
100
|
| '(' is followed by whitespace. |
100
|
| Parameter includedFile should be final. |
100
|
| ')' is preceded with whitespace. |
100
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '16384' is a magic number. |
104
|
| Line is longer than 80 characters. |
105
|
| '(' is followed by whitespace. |
105
|
| '(' is followed by whitespace. |
105
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| ';' is followed by whitespace. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| ';' is preceded with whitespace. |
112
|
| '16' is a magic number. |
113
|
| ';' is preceded with whitespace. |
113
|
| Missing a Javadoc comment. |
116
|
| '(' is followed by whitespace. |
116
|
| Parameter includedFile should be final. |
116
|
| ')' is preceded with whitespace. |
116
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| Missing a Javadoc comment. |
124
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| Missing a Javadoc comment. |
132
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
com/imcode/ant/tasks/PropertiesMerge.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
6
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
13
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
15
|
| Missing a Javadoc comment. |
15
|
| Redundant throws: 'BuildException' is unchecked exception. |
15
|
| '(' is followed by whitespace. |
18
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| '(' is followed by whitespace. |
20
|
| '(' is followed by whitespace. |
20
|
| ')' is preceded with whitespace. |
20
|
| ')' is preceded with whitespace. |
20
|
| '(' is followed by whitespace. |
21
|
| ')' is preceded with whitespace. |
21
|
| '(' is followed by whitespace. |
22
|
| '(' is followed by whitespace. |
22
|
| ')' is preceded with whitespace. |
22
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| Method 'setSrcFile' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Missing a Javadoc comment. |
28
|
| '(' is followed by whitespace. |
28
|
| Parameter srcFile should be final. |
28
|
| 'srcFile' hides a field. |
28
|
| ')' is preceded with whitespace. |
28
|
| Method 'setDestFile' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| '(' is followed by whitespace. |
32
|
| Parameter destFile should be final. |
32
|
| 'destFile' hides a field. |
32
|
| ')' is preceded with whitespace. |
32
|
| Method 'setMergeFile' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| '(' is followed by whitespace. |
36
|
| Parameter mergeFile should be final. |
36
|
| 'mergeFile' hides a field. |
36
|
| ')' is preceded with whitespace. |
36
|
com/imcode/ant/tasks/Translate.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
14
|
| Using the '.*' form of import should be avoided - java.util.*. |
15
|
| Unused import - java.nio.charset.Charset. |
16
|
| Missing a Javadoc comment. |
21
|
| Missing a Javadoc comment. |
23
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Method 'addFileSet' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter fileSet should be final. |
41
|
| Method 'setToDir' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter toDir should be final. |
45
|
| 'toDir' hides a field. |
45
|
| Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter bundle should be final. |
49
|
| 'bundle' hides a field. |
49
|
| Method 'setBundleLanguage' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter bundleLanguage should be final. |
53
|
| 'bundleLanguage' hides a field. |
53
|
| Method 'setPropertiesFile' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter propertiesFile should be final. |
57
|
| 'propertiesFile' hides a field. |
57
|
| Method 'setStartToken' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter startToken should be final. |
61
|
| 'startToken' hides a field. |
61
|
| Method 'setEndToken' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter endToken should be final. |
65
|
| 'endToken' hides a field. |
65
|
| Method 'setFiltering' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter filtering should be final. |
69
|
| 'filtering' hides a field. |
69
|
| Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter encoding should be final. |
73
|
| 'encoding' hides a field. |
73
|
| First sentence should end with a period. |
77
|
| Expected an @return tag. |
78
|
| Method 'createFilterSet' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter verbose should be final. |
85
|
| Expected @param tag for 'verbose'. |
85
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter properties should be final. |
93
|
| 'properties' hides a field. |
93
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Missing a Javadoc comment. |
104
|
| Parameter filters should be final. |
104
|
| '(' is followed by whitespace. |
105
|
| ';' is followed by whitespace. |
105
|
| Line is longer than 80 characters. |
107
|
| '(' is followed by whitespace. |
109
|
| Avoid inline conditionals. |
110
|
| Line is longer than 80 characters. |
111
|
| ')' is preceded with whitespace. |
111
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
121
|
| Line is longer than 80 characters. |
123
|
| Line is longer than 80 characters. |
124
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
135
|
| Missing a Javadoc comment. |
135
|
| Parameter sourceFile should be final. |
135
|
| Parameter destFile should be final. |
135
|
| Parameter filters should be final. |
135
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| Line is longer than 80 characters. |
146
|
| Line is longer than 80 characters. |
147
|
| '(' is followed by whitespace. |
147
|
| Avoid inline conditionals. |
147
|
| ')' is preceded with whitespace. |
147
|
| Line is longer than 80 characters. |
148
|
| Method 'translateStream' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Missing a Javadoc comment. |
153
|
| Parameter sourceStream should be final. |
153
|
| Parameter destStream should be final. |
153
|
| Line is longer than 80 characters. |
154
|
| Parameter filters should be final. |
154
|
| Unable to get class information for PropertiesNotFoundException. |
154
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
| Line is longer than 80 characters. |
164
|
| '(' is followed by whitespace. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| ';' is followed by whitespace. |
167
|
| Line is longer than 80 characters. |
170
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| Line is longer than 80 characters. |
179
|
| Line is longer than 80 characters. |
183
|
| Missing a Javadoc comment. |
183
|
| Parameter line should be final. |
183
|
| Unable to get class information for PropertiesNotFoundException. |
183
|
| Line is longer than 80 characters. |
187
|
| '(' is followed by whitespace. |
187
|
| '(' is followed by whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| Line is longer than 80 characters. |
188
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| Line is longer than 80 characters. |
190
|
| '(' is followed by whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
197
|
| Line is longer than 80 characters. |
198
|
| '(' is followed by whitespace. |
205
|
| ')' is preceded with whitespace. |
205
|
| Line is longer than 80 characters. |
206
|
| Missing a Javadoc comment. |
211
|
| '(' is followed by whitespace. |
212
|
| ')' is preceded with whitespace. |
212
|
| Line is longer than 80 characters. |
213
|
| '(' is followed by whitespace. |
218
|
| ')' is preceded with whitespace. |
218
|
| Missing a Javadoc comment. |
223
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| '(' is followed by whitespace. |
228
|
| ')' is preceded with whitespace. |
228
|
| '(' is followed by whitespace. |
232
|
| '(' is followed by whitespace. |
232
|
| ')' is preceded with whitespace. |
232
|
| ')' is preceded with whitespace. |
232
|
| Line is longer than 80 characters. |
233
|
| '(' is followed by whitespace. |
236
|
| ')' is preceded with whitespace. |
236
|
| Expected an @return tag. |
243
|
| '(' is followed by whitespace. |
246
|
| ')' is preceded with whitespace. |
246
|
| Line is longer than 80 characters. |
249
|
| '(' is followed by whitespace. |
249
|
| ';' is followed by whitespace. |
249
|
| Class PropertiesNotFoundException should be declared as final. |
255
|
| Missing a Javadoc comment. |
255
|
| Missing a Javadoc comment. |
257
|
| Missing a Javadoc comment. |
259
|
| Parameter propertyKeys should be final. |
259
|
| 'propertyKeys' hides a field. |
259
|
| Missing a Javadoc comment. |
263
|
com/imcode/ant/tasks/package.html
Error | Line |
| Missing package documentation file. | 0 |